projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80874ef
)
(dired-chmod-program) [windows-nt]: Use chmod.
author
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 24 Apr 1998 00:03:56 +0000
(
00:03
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 24 Apr 1998 00:03:56 +0000
(
00:03
+0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index a28865c05fe9660be1c714fe063096da4dfe141e..c8f6c6de60ed16928239aa2eb43d5310f170163d 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-67,10
+67,8
@@
may contain even `F', `b', `i' and `s'. See also the variable
"/etc/chown"))
"Name of chown command (usually `chown' or `/etc/chown').")
-(defvar dired-chmod-program
- (if (eq system-type 'windows-nt)
- "chmode" "chmod")
- "Name of chmod command (usually `chmod' or `chmode').")
+(defvar dired-chmod-program "chmod"
+ "Name of chmod command (usually `chmod').")
;;;###autoload
(defcustom dired-ls-F-marks-symlinks nil